Skip to content

buildafrica/zkapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a basic boilerplate project to start creating APIs with Node.js and Express. CORS support enabled.

Getting started

Install the dependencies:

npm i

and then run:

npm run start

to start the server.