Skip to content

mupxq/todoListGraphqlAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo list API project

provide the todo list project API

deployment instructions

First, in the project src directory edit app.js change the origin to you own frond-end project origin

const corsOptions = {
    origin: 'http://192.168.1.104:3001',
    credentials: true,
};

Then in the project root directory run command

npm install
npm run build
cd build

Builds the app for production to the build folder.

Then run command

node app.js

the api server will run on localhost:8880

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published