rabeehebrahim / mom_in_tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Momintech

A MongoDB Atlas Hackathon 2022 Project - Dev.to

Steps to run in local machine

In terminal to start front-end
cd client
npm start
and to start back-end
cd server
npm run dev

You need dbUrl variable in .env file. Which is a mongodb connection string.
eg: mongodb+srv://<username>:<password>@cluster0.wgwhurn.mongodb.net/?retryWrites=true&w=majority

About

License:MIT License


Languages

Language:JavaScript 68.5%Language:TypeScript 18.1%Language:CSS 11.5%Language:HTML 2.0%