Skip to content

NofarBart/working_dir

Repository files navigation

Deepbrain Project

The first screen was generated by Anima, which turned Figma to web code.

Installations and runs:

Prerequisites: This project requires NodeJS to be installed on your system. This project uses 6.0.12 version mongoDB for database and 2.1.1 version mongosh as its shell. It is also assisted by the extension "MongoDB for VS Code". Please install all of it beforehand if you haven't already.

To get started with the project, you'll first need to install the dependencies with:

npm install

Then, you'll be able to run a development version of the project with:

npm run dev

After a few seconds, your project should be accessible at the address http://localhost:1234/

If you are satisfied with the result, you can finally build the project for release with:

npm run build

Storybook

After installing, you can view your storybook by running:

npm run storybook

After a few seconds, your storybook should be accessible at the address http://localhost:6006/

You can build your storybook for release with:

npm run build-storybook

Database

To activate the database, you'll need to press the leaf icon on your left, then "connections" >> "localhost:27017". If it doesn't work set it manually by "advenced".

In order to work through VS code right click "localhost:27017" and choose "Launch MongoDB Shell".

You can close the shell with:

exit

You can see dbs by:

show dbs

You can replace db with:

use db_name

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published