Skip to content

Sk05062003/Startup-Portal-Backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List

  • Forgot Password
  • Accept Only IITP Mails and RollNos
  • LinkedIn SignIn & SignUp
  • Profile Pic

Local Development

  • Make sure you have NodeJs Installed. If not, There are many tutorials out there. If you're still lazy, Refer this :)

  • Make sure you have MongoDB Installed. Refer this.

  • Install yarn (package manager). Refer this.

  • Install Vercel CLI. Refer this.

  • Now you have the essentials, Let's move to actual instructions.

    • Clone this repository (Fork is preferred).
    • Install the dependencies.
      yarn
    • Create .env file. This is ignored by git. Copy contents of .env_template into .env.
    • Change Email & Password variables. Contact @CITIZENDOT for credentials.
    • Start Development Server with below command.
      vercel dev --listen 8000
    • This starts dev server at http://localhost:8000.
  • Done 🎉🎉.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%