Skip to content

Latest commit

 

History

History
80 lines (54 loc) · 1.52 KB

README.md

File metadata and controls

80 lines (54 loc) · 1.52 KB

Interview Experience

A Node Typescript Project API for sharing Interview Experience with the whole college

Tech Stack

  • Node
  • Express
  • MongoDB with mongoose
  • Typescript
  • Jest
  • Eslint
  • Prettier

Suggested VsCode Plugins

  • Eslint
  • Prettier
  • Better Comments
  • Todo Tree
  • GitLens
  • Relative Path [Optional]
  • JavaScript and TypeScript Nightly

Authors

Run Locally

Download

  • node
  • npm
  • typescript / tsc

Clone the project

git clone https://github.com/Kkwagh-Coders/interview-experience-api.git

Change to Project Directory

  cd interview-experience-api

Add .env to the root directory of the project Check the ./src/env.d.ts file for environment variables.

Install Dependencies

  npm install

Start React App

  npm run start:dev

Documentation

Documentation

Contributing

Contributions are always welcome!

See CONTRIBUTING.md for ways to get started.

Please adhere to this project's code of conduct.