Skip to content

SatvikR/fullstack-notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Notes App

This project was bootstrapped with Create React App.

Netlify Status

This app is made with MongoDB, Express, React, and Node.js, more specifically typescript

To visit the app go to https://notes.satvikreddy.com

Cloud Services / CDNs Used for this project

To run the app locally follow these instructions:

create a .env file in the backend/ folder and create a variable called ATLAS_URI and put in your mongodb connection string.

Then run these commands:

# Install backend dependencies
cd backend
yarn install
cd ..

# Install frontend dependencies
cd frontend
yarn install
cd ..

# Run the app locally
yarn install
yarn run dev

Do the steps above with npm if you don't have yarn

About

A full-stack notes app made with typescript and react. URL: https://notes.satvikreddy.com

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •