Skip to content

🌱 The project serves as a beginner-level example for those looking to learn TypeScript.

Notifications You must be signed in to change notification settings

Yesarib/Notes-Full-Stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Notes Full Stack

This project is a simple note-taking application developed using Node.js, TypeScript, React, and MongoDB. The project serves as a beginner-level example for those looking to learn TypeScript. This project was coded together with the youtube channel "Coding in Flow".

Technologies

  • Node.js
  • TypeScript
  • React
  • MongoDB

Installation

Follow the steps below to install project dependencies:

  1. Open the terminal in the project directory.
  2. Install server dependencies:
    cd backend
    npm install
  1. Install client dependencies:
      cd frontend
      npm install
    

Running the Project

Follow the steps below to start the project:

  1. To start the server:
  cd backend
  npm start

Server will run at http://localhost:5000.
2. To start the client, in the same main directory, run:

  cd frontend
  npm start

The application will run at http://localhost:3000.

About

🌱 The project serves as a beginner-level example for those looking to learn TypeScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published