An open API service indexing awesome lists of open source software.

https://github.com/cypriluc/codewiki-api

build own RESTfull API from scratch
https://github.com/cypriluc/codewiki-api

expressjs javascript mongoose rest-api

Last synced: 3 months ago
JSON representation

build own RESTfull API from scratch

Awesome Lists containing this project

README

          

# codeWiki-API
build own RESTfull API from scratch

Project setup
```
npm install
```
Run on localhost:3000
```
nodemon app.js
```
Tutorial by [The Complete 2021 Web Development Bootcamp](https://www.udemy.com/course/the-complete-web-development-bootcamp)