Skip to content

Upvision/community-back-end

 
 

Repository files navigation

UpVision

This project was bootstrapped from the stackoverflow-clone made by @salihozdemir available here

🚀 Tech Stack

  • ReactJs
  • NextJs
  • Storybook
  • PostCSS
  • NodeJs
  • Express
  • MongoDB
  • Mongoose

⚠️ Prerequisite

  • node
  • npm
  • mongodb

💿 How to run local

# Clone this repository
$ git clone https://github.com/Upvision/community-back-end

# Go into the repository
$ cd community-back-end

# Start mongodb locally
$ mongod

# Install dependencies
$ npm install

# Start the backend server
$ npm run dev

🔎 Testing

Make sure mongodb is running before testing the server.

$ cd server
$ yarn test

There are missing tests on the server side and there are no tests on the client side yet.

📝 License

This project is made available under the MIT License.

About

This project is a simplified a full stack clone of Stackoverflow.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%