Skip to content

builtbysuraj/registration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

User Registration

Getting Started

To get started with this app, follow these steps:

Clone this repo using the following command:

git clone https://github.com/builtbysuraj/registration.git

Move to the project directory using the following command:

cd registration

To start the client:

Move to the client directory and install dependencies:

cd client && npm install

Start development server:

npm run dev

To start the server(make sure to create a ".env" file and store your mongoDB url):

Move to the server directory and install dependencies:

cd server && npm install

Start development server in port 5005(default):

npm run dev