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

https://github.com/jumagu/node-restserver

RESTful API built with Node.js and Express.js in the Udemy course "Node: From zero to expert".
https://github.com/jumagu/node-restserver

cloudinary-sdk expressjs google-identity mongodb mongoose nodejs

Last synced: 16 days ago
JSON representation

RESTful API built with Node.js and Express.js in the Udemy course "Node: From zero to expert".

Awesome Lists containing this project

README

          

# Getting Started
This is a RESTful API built with Node.js and Express.js in the Udemy course **Node: From zero to expert**.

Documentation: https://documenter.getpostman.com/view/20192830/2sA3JRZK3U

## Requirements
- Node.js 20.11.0 or latest installed on your system.

## Development Steps
1. Clone the respository: `git clone https://github.com/jumagu/node-restserver.git`.
2. Install Node Modules: `npm install` or `npm i`.
3. Rename the `.env.template` file to `.env` and assign the values to the variables as appropriate.
4. Run the application: execute in the console on your app path `nodemon app` (if you already have nodemon installed globally) or `node app`.