JosielMatos / system-compass

A wonderful system with auth validation feature.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

System Compass

A wonderful Full Stack web App made with the latest and greatest technology available. Users are able to login and share their thoughts with everyone.

Tech Stack

  • TypeScript
  • React
  • NestJS

How to run locally

After cloning this repo, make sure you have the latest Node.js LTS installed in your system. Next, open 2 tabs in your terminal, so that you can run both client and server.

cd system-compass/server
cd system-compass/client

For each folder, install the dependencies with the following command in your terminal:

npm install

You will also need to configure the .env for connection with a mongo database (Atlas) and a secret for the JWT token as it is in the example file.

Now you can run the project. On the client folder, run:

npm run dev

On the server folder, run:

npm run start:dev

Your terminal should show the local url of the app being served.

Screenshots

Screenshot 2023-03-31 162530

Screenshot 2023-03-31 162700

About

A wonderful system with auth validation feature.


Languages

Language:TypeScript 79.6%Language:CSS 18.7%Language:JavaScript 1.1%Language:HTML 0.6%