Skip to content

Express server with next.js that exposes api endpoints that read and process data from the json files

Notifications You must be signed in to change notification settings

Kanchan-bn/ExpressNextApis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exercise -1 : Next/Express APIs Setup

  1. From a cli, navigate to the Exercise-1 folder

  2. Install dependencies for the project yarn install OR npm install

  3. Start the server yarn start OR npm start

  4. Access the index page on the browser by going to localhost:3000

  5. To change the input json, access the constants.js file and change the filename in readFileUtil.js

About

Express server with next.js that exposes api endpoints that read and process data from the json files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published