Skip to content

maniteja-emmadi/Metric-Labs-Task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Metric-Labs-Task

App created using client-server architecture with current Node lts version 16.13.2

To run client

Open terminal and go to Project root directory and run cd client

Install required packages by running npm install.

After installing required packages, you can run npm start to run the client.

To run server

Keep the client running, Open a new terminal and go to Project root directory and run cd server.

Install required packages by running npm install in the server side environment.

Run npm start to start the server.

An admin user is created on server start since the signup functionality does not allow users to register as an admin.

You can now go to https://localhost:3000/ in your browser or Click here!

You can login as admin user using these credentials.

email: [email protected]

password: admin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published