Skip to content

[Prototyped/Live] Project to crowdfund data valuations

Notifications You must be signed in to change notification settings

raghavmecheri/PriceMyData

Repository files navigation

PriceMyData

Project to crowdfund data valuations

Running the project

Ensure that you have the npm package mananger installed, along with NodeJS > 10.16

Then, navigate to the root folder of the project and run:

npm install --save

This project requies an .env file at the root level to run. The default env configuration for local development is as follows:

NODE_ENV=development
PORT=3000
MONGO=mongodb://localhost:27017/

To run the project locally:

npm run dev

To build the project for production:

npm run build

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests (if any) as appropriate.

License

N/A

Contact

Please contact Raghav Mecheri for more details.

References

Ref: https://dev.to/kedar9/creating-a-node-app-with-react-webpack-4-babel-7-express-and-sass-3mae for project setup details

About

[Prototyped/Live] Project to crowdfund data valuations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published