Skip to content

cypher-adi/portal

Repository files navigation

DevHub Mongo Express React Node Dev

A place for you TechSavvies out there to connect and share common interests.


Installing the necessary Dependencies

Install server dependencies

npm install

Install client dependencies

cd client
npm install
Create and add required data in the config/default.json
{
  "mongoURI": "<your_mongoDB_Atlas_uri_with_credentials>",
  "jwtSecret": "secret",
  "githubToken": "<yoursecrectaccesstoken>"
}

Starting the Application

You can concurrently start the client and server using the command below.

npm run dev

or

You can start the server and client in separate terminals using the below two commands.

npm run server

npm run client

Author

Aditya Kumar Cypher

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published