This is the IdeaSite website where one can post their ideas and can also see all the ideas posted by other users.
This is the monorepo for two other separate repos - Ideasite-frontend and IdeaSite-backend. As they have been mixed into one now, the other repos are not updated. This repo is the one reflecting the latest change.
Make sure these are installed on your machine
- Docker
- MongoDB
- Clone this repo
- Create .env files in frontend and backend folder
- Copy the environment variables from .env.sample and provide your own values
- Make the run.sh and stop.sh files executable
chmod +x run.sh stop.sh
- Run run.sh
./run.sh
- If you want to stop, run stop.sh
./stop.sh