Skip to content

nufrofedoc/rest-api-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Full Stack REST API Skeleton

The full-stack rest api skeleton application on Javascript with MEVN.

Requirements

  • express ^4.17
  • vue ^2.5
  • node ^17.6

Quick start

# Build
$ cd client && npm install
$ cd server && npm install
$ cd client && npm run build

# Run
$ cd client && npm run dev
$ cd server && npm run dev

Usage

Go to browser and open localhost:8080.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT