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".
- Host: GitHub
- URL: https://github.com/jumagu/node-restserver
- Owner: jumagu
- Created: 2024-05-12T03:22:07.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T05:39:27.000Z (almost 2 years ago)
- Last Synced: 2025-01-30T00:30:44.068Z (about 1 year ago)
- Topics: cloudinary-sdk, expressjs, google-identity, mongodb, mongoose, nodejs
- Language: JavaScript
- Homepage: https://node-restserver-2pc7.onrender.com
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.