Skip to content

Latest commit

 

History

History
60 lines (35 loc) · 1.12 KB

README.md

File metadata and controls

60 lines (35 loc) · 1.12 KB

Note

Note Creation App With React & NestJS With Mongo Atlas DB

npm --version 6.14.12 node --version v14.16.1 nest --version 7.6.0

Prerequisites

1.nodejs and npm or yarn 2.nestjs-cli -> npm i -g @nestjs/cli

FRONTEND

(Frontend) In the project Client directory, you can run:

cd client

yarn install

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

yarn build

Builds the app for production to the build folder.\

BACKEND

(Backend) In the project Server directory, you can run:

cd server

npm install

npm start

Runs the app in the development mode.
Make Connection to this server URL http://localhost:3001

Play With graphQL Playground .
Make Connection to this server URL http://localhost:3001

DB

(Database MongoDB):

It Runs through the MongoDB ATLAS CLOUD.\

Tech & Tools Used

ReactJS, NestJS, Mongoose, apollo, graphql, Styled Components, Material UI, JSX, CSS, GIT.

Still Learning Docker, Will Add docker-compose soon :)