Skip to content

raviyatechnical/learn-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Learning Node.js

This project creates a learning of Node.js frontend and backend.

mongodb and chat system using socket

💰 Support by donating or sponsoring us.,

sponsor Patreon Buymeacoffee Ko-Fi

Databases

  • MongoDB
  • MySQL (Sequelize)

Features

  • REST API
  • REST API with Caching using node-cache

Run Locally

Clone the project

  git clone https://github.com/raviyatechnical/learn-nodejs

Go to the project directory

  cd learn-nodejs

Copy .env.example to .env

  cp .env.example .env

Install dependencies

  npm install

Start the server for development

  npm run dev

Run Server

Start the server

  npm run start

JWT Token

  node -e "console.log(require('crypto').randomBytes(32).toString('hex'))"

Tech Stack

Client: Coming Soon

Server: Node, Express

Authors

Lessons Learned

What did you learn while building this project? What challenges did you face and how did you overcome them?

LEARN.md

License

MIT